Northwoods.GoSilverlight 1.3.5 Assembly
MemberNodesPath Property
See Also  Send Feedback
Northwoods.GoXam.Model Namespace > GraphLinksModel<NodeType,NodeKey,PortKey,LinkType> Class : MemberNodesPath Property

Gets or sets a property path that that specifies how to get a list of keys for the "member" nodes of a group node data object.

Syntax

Visual Basic (Declaration) 
Public Property MemberNodesPath As String
C# 
public string MemberNodesPath {get; set;}

Property Value

This defaults to an empty string, meaning not to call FindMemberNodeKeysForNode. Otherwise that method is called to try to find the list of children for each node. A null value may be used to indicate that there is no property path but that FindMemberNodeKeysForNode should still be called because it has been overridden.

Remarks

This is used for model discovery. This is a declarative way to define the behavior of FindMemberNodeKeysForNode for most cases.

The value of this property path applied to a node data object must be of type System.Collections.IEnumerable, holding only instances of NodeKey.

Requirements

See Also

© 2012 All Rights Reserved.